DX11 SET BACKFACE STENCIL TEST FUNCTION
Sets the function used to used to perform stencil tests for faces facing away from the rendering camera (backfaces).
This allows various comparison functions to be used to compare stencil data to data already present in the stencil buffer.
DX11 SET BACKFACE STENCIL TEST FUNCTION depthStencilState, func
depthStencilState
Dword
The depth stencil state to set the stencil test comparison function for back-facing polygons of.
func
Dword
The stencil test comparison function to set. Must be one of the D3D11_COMPARISON_XXX constants.
This function does not return a value.
DEPTHSTENCILSTATE Functions Menu
DX11 Function Categories